From 7710fa5a56c882e53fd292b75e87ab17ef961111 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Fri, 5 Feb 2021 17:46:49 +0100 Subject: [PATCH] [PATCH 07/10] drop redundant #include Gbp-Pq: Name 0007-drop-redundant-include.patch --- lib/CL/pocl_debug.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/CL/pocl_debug.h b/lib/CL/pocl_debug.h index f952159..718cc39 100644 --- a/lib/CL/pocl_debug.h +++ b/lib/CL/pocl_debug.h @@ -103,10 +103,6 @@ extern "C" { *errcode_ret = CL_SUCCESS; \ } } while (0) - - -#include "config.h" - #ifdef POCL_DEBUG_MESSAGES extern uint64_t pocl_debug_messages_filter; -- 2.30.2